home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 49662 / 49662.xpi / doc / README.txt next >
Text File  |  2010-01-24  |  1KB  |  24 lines

  1. Firefocus is a simple Firebug extension that tracks the element that currently
  2. has focus. Its primary purpose is to assist the debugging of advanced keyboard
  3. implementations without having to rely on platform specific tools such as MSAA
  4. Inspect.
  5.  
  6. Features:
  7.  - Logging of focus changes
  8.  - Highlighting of the element with the current focus within the HTML panel
  9.  
  10. Usage:
  11. Individual Firefocus components can be enabled or disabled through the Firefocus
  12. options dialog (Accessible through the Firefox Add-ons dialog).
  13.  - Log Focus: Log focus changes to the console.
  14.  - Highlight Focus: Highlight the focus element in the HTML panel. This functionality
  15.     is also linked to the HTML panel╒s highlight changes options. The highlight behavior
  16.     will change based on the HTML panel╒s Highlight Changes, Expand Changes, and
  17.     Scroll Changes into View options.
  18.     
  19. In a later version of Firebug the configuration of these parameters will be integrated into
  20. the Firebug UI. (Progress on this issue is tracked under fbug issue 2443)
  21.  
  22. Dependencies:
  23. Firefocus 1.1 requires Firebug 1.4.
  24.